home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Found / FWStream / FWStream.h < prev    next >
Encoding:
Text File  |  1996-09-17  |  759 b   |  46 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWStream.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWSTREAM_H
  11. #define FWSTREAM_H
  12.  
  13. #ifndef FWARDYNA_H
  14. #include "FWArDyna.h"
  15. #endif
  16.  
  17. #ifndef FWAROPER_H
  18. #include "FWArOper.h"
  19. #endif
  20.  
  21. #ifndef FWBUFSIN_H
  22. #include "FWBufSin.h"
  23. #endif
  24.  
  25. #ifndef FWMEMSIN_H
  26. #include "FWMemSin.h"
  27. #endif
  28.  
  29. #ifndef FWSTRMRW_H
  30. #include "FWStrmRW.h"
  31. #endif
  32.  
  33. #ifndef SLSTRMRW_H
  34. #include "SLStrmRW.h"
  35. #endif
  36.  
  37. #ifndef FWRANSIN_H
  38. #include "FWRanSin.h"
  39. #endif
  40.  
  41. #ifndef FWARCOBJ_K
  42. #include "FWArcObj.k"
  43. #endif
  44.  
  45. #endif
  46.